home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_texinfo.idb / usr / freeware / info / info-stnd.info-1.z / info-stnd.info-1
Text File  |  2001-07-06  |  49KB  |  1,181 lines

  1. This is info-stnd.info, produced by makeinfo version 4.0 from
  2. info-stnd.texi.
  3.  
  4. INFO-DIR-SECTION Texinfo documentation system
  5. START-INFO-DIR-ENTRY
  6. * Standalone info program: (info-stnd).    Standalone Info-reading program.
  7. END-INFO-DIR-ENTRY
  8.  
  9.    This file documents GNU Info, a program for viewing the on-line
  10. formatted versions of Texinfo files.  This documentation is different
  11. from the documentation for the Info reader that is part of GNU Emacs.
  12. If you do not know how to use Info, but have a working Info reader, you
  13. should read that documentation first.
  14.  
  15.    Copyright (C) 1992, 93, 96, 97, 98, 99 Free Software Foundation, Inc.
  16.  
  17.    Permission is granted to make and distribute verbatim copies of this
  18. manual provided the copyright notice and this permission notice are
  19. preserved on all copies.
  20.  
  21.    Permission is granted to copy and distribute modified versions of
  22. this manual under the conditions for verbatim copying, provided also
  23. that the sections entitled "Copying" and "GNU General Public License"
  24. are included exactly as in the original, and provided that the entire
  25. resulting derived work is distributed under the terms of a permission
  26. notice identical to this one.
  27.  
  28.    Permission is granted to copy and distribute translations of this
  29. manual into another language, under the above conditions for modified
  30. versions, except that this permission notice may be stated in a
  31. translation approved by the Free Software Foundation.
  32.  
  33. 
  34. File: info-stnd.info,  Node: Top,  Next: What is Info,  Up: (dir)
  35.  
  36. GNU Info
  37. ********
  38.  
  39.    This file documents GNU Info, a program for viewing the on-line
  40. formatted versions of Texinfo files, version 4.0.  This documentation
  41. is different from the documentation for the Info reader that is part of
  42. GNU Emacs.
  43.  
  44.    This manual is for Info version 4.0, updated 28 September 1999.
  45.  
  46. * Menu:
  47.  
  48. * What is Info::                What is Info?
  49. * Invoking Info::               Options you can pass on the command line.
  50. * Cursor Commands::             Commands which move the cursor within a node.
  51. * Scrolling Commands::          Commands for moving the node around
  52.                                   in a window.
  53. * Node Commands::               Commands for selecting a new node.
  54. * Searching Commands::          Commands for searching an Info file.
  55. * Xref Commands::               Commands for selecting cross references.
  56. * Window Commands::             Commands which manipulate multiple windows.
  57. * Printing Nodes::              How to print out the contents of a node.
  58. * Miscellaneous Commands::      A few commands that defy categories.
  59. * Variables::                   How to change the default behavior of Info.
  60. * GNU Info Global Index::       Global index containing keystrokes,
  61.                                   command names, variable names,
  62.                                   and general concepts.
  63.  
  64. 
  65. File: info-stnd.info,  Node: What is Info,  Next: Invoking Info,  Prev: Top,  Up: Top
  66.  
  67. What is Info?
  68. *************
  69.  
  70.    "Info" is a program which is used to view Info files on an ASCII
  71. terminal.  "Info files" are the result of processing Texinfo files with
  72. the program `makeinfo' or with one of the Emacs commands, such as `M-x
  73. texinfo-format-buffer'.  Texinfo itself is a documentation system that
  74. uses a single source file to produce both on-line information and
  75. printed output.  You can typeset and print the files that you read in
  76. Info.
  77.  
  78. 
  79. File: info-stnd.info,  Node: Invoking Info,  Next: Cursor Commands,  Prev: What is Info,  Up: Top
  80.  
  81. Invoking Info
  82. *************
  83.  
  84.    GNU Info accepts several options to control the initial node being
  85. viewed, and to specify which directories to search for Info files.  Here
  86. is a template showing an invocation of GNU Info from the shell:
  87.  
  88.      info [OPTION]... [MENU-ITEM...]
  89.  
  90.    The program accepts the following options:
  91.  
  92. `--apropos=STRING'
  93.      Specify a string to search in every index of every Info file
  94.      installed on your system.  Info looks up the named STRING in all
  95.      the indices it can find, prints the results to standard output,
  96.      and then exits.  If you are not sure which Info file explains
  97.      certain issues, this option is your friend.  Note that if your
  98.      system has a lot of Info files installed, searching all of them
  99.      might take some time.
  100.  
  101. `--directory DIRECTORY-PATH'
  102. `-d DIRECTORY-PATH'
  103.      Prepend DIRECTORY-PATH to the list of directory paths searched
  104.      when Info needs to find a file.  You may issue `--directory'
  105.      multiple times; once for each directory which contains Info files.
  106.      The list of directories searched by Info is constructed from the
  107.      value of the environment variable `INFOPATH'; `--directory' causes
  108.      the named DIRECTORY-PATH to be prepended to that list.  The value
  109.      of `INFOPATH' is a list of directories usually separated by a
  110.      colon; on MS-DOS/MS-Windows systems, the semicolon is used.  If
  111.      you do not define `INFOPATH', Info uses a default path defined
  112.      when Info was built as the initial list of directories.  If the
  113.      value of `INFOPATH' ends with a colon (or semicolon on
  114.      MS-DOS/MS-Windows), the initial list of directories is constructed
  115.      by appending the build-time default to the value of `INFOPATH'.
  116.  
  117. `--dribble=DRIBBLE-FILE'
  118.      Specify a file where all user keystrokes will be recorded.  This
  119.      file can be used later to replay the same sequence of commands,
  120.      see the `--restore' option below.
  121.  
  122. `--file FILENAME'
  123. `-f FILENAME'
  124.      Specify a particular Info file to visit.  By default, Info visits
  125.      the file `dir'; if you use this option, Info will start with
  126.      `(FILENAME)Top' as the first file and node.
  127.  
  128.      If FILENAME is an absolute file name, or begins with `./' or
  129.      `../', Info looks for FILENAME only in the directory of the
  130.      specified FILENAME, and adds the directory of FILENAME to the
  131.      value of `INFOPATH'.  In contrast, if FILENAME is in the form of a
  132.      relative file name, but without the `./' or `../' prefix, Info
  133.      will only look for it in the directories specified in `INFOPATH'.
  134.      In other words, Info does _not_ treat file names which lack `./'
  135.      and `../' prefix as relative to the current directory.
  136.  
  137.      In every directory Info tries, if FILENAME is not found, Info
  138.      looks for it with a number of known extensions of Info files(1).
  139.      For every known extension, Info looks for a compressed file, if a
  140.      regular file isn't found.  Info supports files compressed with
  141.      `gzip', `bzip2', `compress' and `yabba' programs; it calls
  142.      `gunzip', `bunzip2', `uncompress' and `unyabba', accordingly, to
  143.      decompress such files.  Compressed Info files are assumed to have
  144.      `.z', `.gz', `.bz2', `.Z', or `.Y' extensions, possibly in
  145.      addition to one of the known Info files extensions(2).
  146.  
  147. `--help'
  148. `-h'
  149.      Produces a relatively brief description of the available Info
  150.      options.
  151.  
  152. `--index-search STRING'
  153.      After processing all command-line arguments, go to the index in
  154.      the Info file and search for index entries which matche STRING.
  155.      If such an entry is found, the Info session begins with displaying
  156.      the node pointed to by the first matching index entry; press `,'
  157.      to step through the rest of the matching entries.  If no such
  158.      entry exists, print `no entries found' and exit with nonzero
  159.      status.  This can be used from another program as a way to provide
  160.      online help, or as a quick way of starting to read an Info file at
  161.      a certain node when you don't know the exact name of that node.
  162.  
  163. `--node NODENAME'
  164. `-n NODENAME'
  165.      Specify a particular node to visit in the initial file that Info
  166.      loads.  This is especially useful in conjunction with `--file'(3).
  167.      You may specify `--node' multiple times; for an interactive Info,
  168.      each NODENAME is visited in its own window, for a non-interactive
  169.      Info (such as when `--output' is given) each NODENAME is processed
  170.      sequentially.
  171.  
  172. `--output FILENAME'
  173. `-o FILENAME'
  174.      Specify FILENAME as the name of a file to which to direct output.
  175.      Each node that Info visits will be output to FILENAME instead of
  176.      interactively viewed.  A value of `-' for FILENAME specifies the
  177.      standard output.
  178.  
  179. `--restore=DRIBBLE-FILE'
  180.      Read keystrokes from DRIBBLE-FILE, presumably recorded during
  181.      previous Info session (see the description of the `--dribble'
  182.      option above).  When the keystrokes in the files are all read, Info
  183.      reverts its input to the usual interactive operation.
  184.  
  185. `--show-options'
  186. `--usage'
  187. `-O'
  188.      This option causes Info to look for the node that describes how to
  189.      invoke the program and its command-line options, and begin the
  190.      session by displaying that node.  It is provided to make it easier
  191.      to find the most important usage information in a manual without
  192.      the need to wade through complex menu hierarchies.  The effect is
  193.      similar to the `M-x goto-invocation' command (*note
  194.      goto-invocation::) from inside Info.
  195.  
  196. `--speech-friendly'
  197. `-b'
  198.      On MS-DOS/MS-Windows only, this option causes Info to use standard
  199.      file I/O functions for screen writes.  (By default, Info uses
  200.      direct writes to the video memory on these systems, for faster
  201.      operation and colored display support.)  This allows the speech
  202.      synthesizers used by blind persons to catch the output and convert
  203.      it to audible speech.
  204.  
  205. `--subnodes'
  206.      This option only has meaning when given in conjunction with
  207.      `--output'.  It means to recursively output the nodes appearing in
  208.      the menus of each node being output.  Menu items which resolve to
  209.      external Info files are not output, and neither are menu items
  210.      which are members of an index.  Each node is only output once.
  211.  
  212. `--version'
  213.      Prints the version information of Info and exits.
  214.  
  215. `--vi-keys'
  216.      This option binds functions to keys differently, to emulate the key
  217.      bindings of `vi' and Less.  The default key bindings are generally
  218.      modeled after Emacs.
  219.  
  220. `MENU-ITEM'
  221.      Info treats its remaining arguments as the names of menu items.
  222.      The first argument is a menu item in the initial node visited
  223.      (generally `dir'), the second argument is a menu item in the first
  224.      argument's node, etc.  You can easily move to the node of your
  225.      choice by specifying the menu names which describe the path to
  226.      that node.  For example,
  227.  
  228.           info emacs buffers
  229.  
  230.      first selects the menu item `Emacs' in the node `(dir)Top', and
  231.      then selects the menu item `Buffers' in the node `(emacs)Top'.
  232.  
  233.    To avoid searching the `dir' files and just show some arbitrary
  234. file, use `-f' and the filename, as in `info -f ./foo.info'.
  235.  
  236.    The index search and the search for the node which describes program
  237. invocation and command-line options begins _after_ processing all the
  238. command-line menu items.  Therefore, the Info file searched for the
  239. index or the invocation node is the file where Info finds itself after
  240. following all the menu items given on the command line.  This is so
  241. `info emacs --show-options' does what you'd expect.
  242.  
  243.    ---------- Footnotes ----------
  244.  
  245.    (1) `.info', `-info', `/index', and `.inf'.
  246.  
  247.    (2) The MS-DOS version allows for the Info extension, such as
  248. `.inf', and the short compressed file extensions, such as `.z' and
  249. `.gz', to be merged into a single extension, since DOS doesn't allow
  250. more than a single dot in the basename of a file.  Thus, on MS-DOS, if
  251. Info looks for `bison', file names like `bison.igz' and `bison.inz'
  252. will be found and decompressed by `gunzip'.
  253.  
  254.    (3) Of course, you can specify both the file and node in a `--node'
  255. command; but don't forget to escape the open and close parentheses and
  256. whitespace from the shell as in: `info --node "(emacs)Buffers"'.
  257.  
  258. 
  259. File: info-stnd.info,  Node: Cursor Commands,  Next: Scrolling Commands,  Prev: Invoking Info,  Up: Top
  260.  
  261. Moving the Cursor
  262. *****************
  263.  
  264.    Many people find that reading screens of text page by page is made
  265. easier when one is able to indicate particular pieces of text with some
  266. kind of pointing device.  Since this is the case, GNU Info (both the
  267. Emacs and standalone versions) have several commands which allow you to
  268. move the cursor about the screen.  The notation used in this manual to
  269. describe keystrokes is identical to the notation used within the Emacs
  270. manual, and the GNU Readline manual.  *Note Character Conventions:
  271. (emacs)Characters, if you are unfamiliar with the notation(1).
  272.  
  273.    The following table lists the basic cursor movement commands in Info.
  274. Each entry consists of the key sequence you should type to execute the
  275. cursor movement, the `M-x'(2) command name (displayed in parentheses),
  276. and a short description of what the command does.  All of the cursor
  277. motion commands can take a "numeric" argument (see *Note
  278. `universal-argument': Miscellaneous Commands.  With a numeric argument,
  279. the motion commands are simply executed that many times; for example, a
  280. numeric argument of 4 given to `next-line' causes the cursor to move
  281. down 4 lines.  With a negative numeric argument, the motion is
  282. reversed; an argument of -4 given to the `next-line' command would
  283. cause the cursor to move _up_ 4 lines.
  284.  
  285. <C-n> (`next-line')
  286. <DOWN> (an arrow key)
  287.      Move the cursor down to the next line.
  288.  
  289. <C-p> (`prev-line')
  290. <UP> (an arrow key)
  291.      Move the cursor up to the previous line.
  292.  
  293. <C-a> (`beginning-of-line')
  294. <Home> (on DOS/Windows only)
  295.      Move the cursor to the start of the current line.
  296.  
  297. <C-e> (`end-of-line')
  298. <End> (on DOS/Windows only)
  299.      Move the cursor to the end of the current line.
  300.  
  301. <C-f> (`forward-char')
  302. <RIGHT> (an arrow key)
  303.      Move the cursor forward a character.
  304.  
  305. <C-b> (`backward-char')
  306. <LEFT> (an arrow key)
  307.      Move the cursor backward a character.
  308.  
  309. <M-f> (`forward-word')
  310. `C-<RIGHT>' (on DOS/Windows only)
  311.      Move the cursor forward a word.
  312.  
  313. <M-b> (`backward-word')
  314. `C-<LEFT>' (on DOS/Windows only)
  315.      Move the cursor backward a word.
  316.  
  317. <M-<> (`beginning-of-node')
  318. <C-<Home>> (on DOS/Windows only)
  319. <b>
  320. <M-b>, vi-like operation
  321.      Move the cursor to the start of the current node.
  322.  
  323. <M->> (`end-of-node')
  324. <C-<End>> (on DOS/Windows only)
  325. <e>
  326.      Move the cursor to the end of the current node.
  327.  
  328. <M-r> (`move-to-window-line')
  329.      Move the cursor to a specific line of the window.  Without a
  330.      numeric argument, `M-r' moves the cursor to the start of the line
  331.      in the center of the window.  With a numeric argument of N, `M-r'
  332.      moves the cursor to the start of the Nth line in the window.
  333.  
  334.    ---------- Footnotes ----------
  335.  
  336.    (1) Here's a short summary.  `C-X' means press the `CTRL' key and
  337. the key X.  `M-X' means press the `META' key and the key X.  On many
  338. terminals th `META' key is known as the `ALT' key.  `SPC' is the space
  339. bar.  The other keys are usually called by the names imprinted on them.
  340.  
  341.    (2) `M-x' is also a command; it invokes `execute-extended-command'.
  342. *Note Executing an extended command: (emacs)M-x, for more detailed
  343. information.
  344.  
  345. 
  346. File: info-stnd.info,  Node: Scrolling Commands,  Next: Node Commands,  Prev: Cursor Commands,  Up: Top
  347.  
  348. Moving Text Within a Window
  349. ***************************
  350.  
  351.    Sometimes you are looking at a screenful of text, and only part of
  352. the current paragraph you are reading is visible on the screen.  The
  353. commands detailed in this section are used to shift which part of the
  354. current node is visible on the screen.
  355.  
  356.    Scrolling commands are bound differently when `--vi-keys' operation
  357. (*note --vi-keys::) is in effect.  These key bindings are designated
  358. with "vi-like operation".
  359.  
  360. <SPC> (`scroll-forward')
  361. <NEXT> (an arrow key)
  362. <C-v>
  363. <C-f>, vi-like operation
  364. <f>, vi-like operation
  365. <M-SPC>, vi-like operation
  366.      Shift the text in this window up.  That is, show more of the node
  367.      which is currently below the bottom of the window.  With a numeric
  368.      argument, show that many more lines at the bottom of the window; a
  369.      numeric argument of 4 would shift all of the text in the window up
  370.      4 lines (discarding the top 4 lines), and show you four new lines
  371.      at the bottom of the window.  Without a numeric argument, <SPC>
  372.      takes the bottom two lines of the window and places them at the
  373.      top of the window, redisplaying almost a completely new screenful
  374.      of lines.  If you are at the end of a node, SPC takes you to the
  375.      "next" node, so that you can read an entire manual from start to
  376.      finish by repeating SPC.
  377.  
  378.      The default scroll size is one screen-full, but it can be changed
  379.      by invoking the (`scroll-forward-set-window') command, `z' under
  380.      `--vi-keys', with a numeric argument.
  381.  
  382.      The <NEXT> key is known as the <PageDown> key on some keyboards.
  383.      When you use <NEXT> or <PageDown> to scroll, Info never scrolls
  384.      beyond the end of the current node.
  385.  
  386. <z> (`scroll-forward-set-window', vi-like operation)
  387.      Scroll forward, like with <SPC>, but if a numeric argument is
  388.      specified, it becomes the default scroll size for subsequent
  389.      `scroll-forward' and `scroll-backward' commands.
  390.  
  391. <DEL> (`scroll-backward')
  392. <PREVIOUS> (arrow key)
  393. <PRIOR> (arrow key)
  394. <M-v>
  395. <b>, vi-like operation
  396. <C-b>, vi-like operation
  397.      Shift the text in this window down.  The inverse of
  398.      `scroll-forward'.  The default scroll size can be changed by
  399.      invoking the(`scroll-backward-set-window') command, `w' under
  400.      `--vi-keys', with a numeric argument.
  401.  
  402. <w> (`scroll-backward-set-window', vi-like operation)
  403.      Scroll backward, like with <DEL>, but if a numeric argument is
  404.      specified, it becomes the default scroll size for subsequent
  405.      `scroll-forward' and `scroll-backward' commands.
  406.  
  407. <C-n> (`down-line', vi-like operation)
  408. <C-e>, vi-like operation
  409. <RET>, vi-like operation
  410. <LFD>, vi-like operation
  411. <DOWN>, vi-like operation
  412.      Scroll forward by one line.  With a numeric argument, scroll
  413.      forward that many lines.
  414.  
  415. <C-p> (`up-line', vi-like operation)
  416. <UP>, vi-like operation
  417. <y>, vi-like operation
  418. <k>, vi-like operation
  419. <C-k>, vi-like operation
  420. <C-y>, vi-like operation
  421.      Scroll backward one line.  With a numeric argument, scroll
  422.      backward that many lines.
  423.  
  424. <d> (`scroll-half-screen-down', vi-like operation)
  425. <C-d>, vi-like operation
  426.      Scroll forward by half of the screen size.  With a numeric
  427.      argument, scroll that many lines.  If an argument is specified, it
  428.      becomes the new default number of lines to scroll for subsequent
  429.      `d' and `u' commands.
  430.  
  431. <u> (`scroll-half-screen-up', vi-like operation)
  432. <C-u>, vi-like operation
  433.      Scroll back by half of the screen size.  With a numeric argument,
  434.      scroll that many lines.  If an argument is specified, it becomes
  435.      the new default number of lines to scroll for subsequent `u' and
  436.      `d' commands.
  437.  
  438.    The `scroll-forward' and `scroll-backward' commands can also move
  439. forward and backward through the node structure of the file.  If you
  440. press <SPC> while viewing the end of a node, or <DEL> while viewing the
  441. beginning of a node, what happens is controlled by the variable
  442. `scroll-behavior'.  *Note `scroll-behavior': Variables, for more
  443. information.
  444.  
  445.    The <PREVIOUS> key is the <PageUp> key on many keyboards.  Emacs
  446. refers to it by the name <PRIOR>.  When you use <PRIOR> or <PageUp> to
  447. scroll, Info never scrolls beyond the beginning of the current node.
  448.  
  449.    If your keyboard lacks the <DEL> key, look for a key called <BS>, or
  450. `BackSpace', sometimes designated with an arrow which points to the
  451. left, which should perform the same function.
  452.  
  453. <C-l> (`redraw-display')
  454.      Redraw the display from scratch, or shift the line containing the
  455.      cursor to a specified location.  With no numeric argument, `C-l'
  456.      clears the screen, and then redraws its entire contents.  Given a
  457.      numeric argument of N, the line containing the cursor is shifted
  458.      so that it is on the Nth line of the window.
  459.  
  460. `C-x <w>' (`toggle-wrap')
  461.      Toggles the state of line wrapping in the current window.
  462.      Normally, lines which are longer than the screen width "wrap",
  463.      i.e., they are continued on the next line.  Lines which wrap have
  464.      a `\' appearing in the rightmost column of the screen.  You can
  465.      cause such lines to be terminated at the rightmost column by
  466.      changing the state of line wrapping in the window with `C-x w'.
  467.      When a line which needs more space than one screen width to
  468.      display is displayed, a `$' appears in the rightmost column of the
  469.      screen, and the remainder of the line is invisible.  When long
  470.      lines are truncated, the modeline displays the `$' character near
  471.      its left edge.
  472.  
  473. 
  474. File: info-stnd.info,  Node: Node Commands,  Next: Searching Commands,  Prev: Scrolling Commands,  Up: Top
  475.  
  476. Selecting a New Node
  477. ********************
  478.  
  479.    This section details the numerous Info commands which select a new
  480. node to view in the current window.
  481.  
  482.    The most basic node commands are `n', `p', `u', and `l'.  Note that
  483. the commands to select nodes are mapped differently when `--vi-keys' is
  484. in effect; these keybindings are designated below as "vi-like
  485. operation".
  486.  
  487.    When you are viewing a node, the top line of the node contains some
  488. Info "pointers" which describe where the next, previous, and up nodes
  489. are.  Info uses this line to move about the node structure of the file
  490. when you use the following commands:
  491.  
  492. <n> (`next-node')
  493. `C-<NEXT>' (on DOS/Windows only)
  494. `C-x <n>', vi-like operation
  495.      Select the `Next' node.
  496.  
  497.      The <NEXT> key is known as the <PgDn> key on some keyboards.
  498.  
  499. <p> (`prev-node')
  500. `C-<PREVIOUS>' (on DOS/Windows only)
  501.      Select the `Prev' node.
  502.  
  503.      The <PREVIOUS> key is known as the <PgUp> key on some keyboards.
  504.  
  505. <u> (`up-node')
  506. `C-<UP>' (an arrow key on DOS/Windows only)
  507. `C-x <u>', vi-like operation
  508.      Select the `Up' node.
  509.  
  510.    You can easily select a node that you have already viewed in this
  511. window by using the `l' command - this name stands for "last", and
  512. actually moves backwards through the history of visited nodes for this
  513. window.  This is handy when you followed a reference to another node,
  514. possibly to read about a related issue, and would like then to resume
  515. reading at the same place where you started the excursion.
  516.  
  517.    Each node where you press `l' is discarded from the history.  Thus,
  518. by the time you get to the first node you visited in a window, the
  519. entire history of that window is discarded.
  520.  
  521. <l> (`history-node')
  522. <C-<CENTER>> (on DOS/Windows only)
  523. <'>, vi-like operation
  524.      Pop the most recently selected node in this window from the node
  525.      history.
  526.  
  527.    Two additional commands make it easy to select the most commonly
  528. selected nodes; they are `t' and `d'.
  529.  
  530. <t> (`top-node')
  531. <M-t>, vi-like operation
  532.      Select the node `Top' in the current Info file.
  533.  
  534. <d> (`dir-node')
  535. <M-d>, vi-like operation
  536.      Select the directory node (i.e., the node `(dir)').
  537.  
  538.    Here are some other commands which immediately result in the
  539. selection of a different node in the current window:
  540.  
  541. <<> (`first-node')
  542. <g>, vi-like operation
  543.      Selects the first node which appears in this file.  This node is
  544.      most often `Top', but it does not have to be.  With a numeric
  545.      argument N, select the Nth node (the first node is node 1).  An
  546.      argument of zero is the same as the argument of 1.
  547.  
  548. <>> (`last-node')
  549. <G>, vi-like operation
  550.      Select the last node which appears in this file.  With a numeric
  551.      argument N, select the Nth node (the first node is node 1).  An
  552.      argument of zero is the same as no argument, i.e., it selects the
  553.      last node.
  554.  
  555. <]> (`global-next-node')
  556.      Move forward or down through node structure.  If the node that you
  557.      are currently viewing has a `Next' pointer, that node is selected.
  558.      Otherwise, if this node has a menu, the first menu item is
  559.      selected.  If there is no `Next' and no menu, the same process is
  560.      tried with the `Up' node of this node.
  561.  
  562. <[> (`global-prev-node')
  563.      Move backward or up through node structure.  If the node that you
  564.      are currently viewing has a `Prev' pointer, that node is selected.
  565.      Otherwise, if the node has an `Up' pointer, that node is selected,
  566.      and if it has a menu, the last item in the menu is selected.
  567.  
  568.    You can get the same behavior as `global-next-node' and
  569. `global-prev-node' while simply scrolling through the file with <SPC>
  570. and <DEL>; *Note `scroll-behavior': Variables, for more information.
  571.  
  572. <g> (`goto-node')
  573. `C-x <g>', vi-like operation
  574.      Read the name of a node and select it.  While reading the node
  575.      name, completion (*note completion: The Echo Area.) is only done
  576.      for the nodes which reside in one of the Info files that were
  577.      loaded in the current Info session; if the desired node resides in
  578.      some other file, you must type the node exactly as it appears in
  579.      that Info file, and you must include the Info file of the other
  580.      file.  For example,
  581.  
  582.           `g(emacs)Buffers'
  583.  
  584.      finds the node `Buffers' in the Info file `emacs'.
  585.  
  586. <O> (`goto-invocation'
  587. <I>
  588.      Read the name of a program and look for a node in the current Info
  589.      file which describes the invocation and the command-line options
  590.      for that program.  The default program name is derived from the
  591.      name of the current Info file.  This command does the same as the
  592.      `--show-options' command-line option (*note --show-options::), but
  593.      it also allows to specify the program name; this is important for
  594.      those manuals which describe several programs.
  595.  
  596.      If you need to find the Invocation node of a program that is
  597.      documented in another Info file, you need to visit that file
  598.      before invoking `I'.  For example, if you are reading the Emacs
  599.      manual and want to see the command-line options of the `makeinfo'
  600.      program, type `g (texinfo) <RET>' and then `I makeinfo <RET>'.  If
  601.      you don't know what Info file documents the command, or if
  602.      invoking `I' doesn't display the right node, go to the `(dir)'
  603.      node (using the `d' command) and invoke `I' from there.
  604.  
  605. <G> (`menu-sequence')
  606.      Read a sequence of menu entries and follow it.  Info prompts for a
  607.      sequence of menu items separated by commas.  (Since commas are not
  608.      allowed in a node name, they are a natural choice for a delimiter
  609.      in a list of menu items.)  Info then looks up the first item in
  610.      the menu of the node `(dir)' (if the `(dir)' node cannot be found,
  611.      Info uses `Top').  If such an entry is found, Info goes to the
  612.      node it points to and looks up the second item in the menu of that
  613.      node, etc.  In other words, you can specify a complete path which
  614.      descends through the menu hierarchy of a particular Info file
  615.      starting at the `(dir)' node.  This has the same effect as if you
  616.      typed the menu item sequence on Info's command line, see *Note
  617.      Info command-line arguments processing: command-line menu items.
  618.      For example,
  619.  
  620.            G Texinfo,Overview,Reporting Bugs <RET>
  621.  
  622.      displays the node `Reporting Bugs' in the Texinfo manual.  (You
  623.      don't actually need to type the menu items in their full length,
  624.      or in their exact letter-case.  However, if you do type the menu
  625.      items exactly, Info will find it faster.)
  626.  
  627.      If any of the menu items you type are not found, Info stops at the
  628.      last entry it did find and reports an error.
  629.  
  630. `C-x <k>' (`kill-node')
  631.      Kill a node.  The node name is prompted for in the echo area, with
  632.      a default of the current node.  "Killing" a node means that Info
  633.      tries hard to forget about it, removing it from the list of
  634.      history nodes kept for the window where that node is found.
  635.      Another node is selected in the window which contained the killed
  636.      node.
  637.  
  638. `C-x C-f' (`view-file')
  639.      Read the name of a file and selects the entire file.  The command
  640.           `C-x C-f FILENAME'
  641.      is equivalent to typing
  642.           `g(FILENAME)*'
  643.  
  644. `C-x C-b' (`list-visited-nodes')
  645.      Make a window containing a menu of all of the currently visited
  646.      nodes.  This window becomes the selected window, and you may use
  647.      the standard Info commands within it.
  648.  
  649. `C-x <b>' (`select-visited-node')
  650.      Select a node which has been previously visited in a visible
  651.      window.  This is similar to `C-x C-b' followed by `m', but no
  652.      window is created.
  653.  
  654. 
  655. File: info-stnd.info,  Node: Searching Commands,  Next: Xref Commands,  Prev: Node Commands,  Up: Top
  656.  
  657. Searching an Info File
  658. **********************
  659.  
  660.    GNU Info allows you to search for a sequence of characters
  661. throughout an entire Info file, search through the indices of an Info
  662. file, or find areas within an Info file which discuss a particular
  663. topic.
  664.  
  665. <s> (`search')
  666. </>
  667.      Read a string in the echo area and search for it.  If the string
  668.      includes upper-case characters, the Info file is searched
  669.      case-sensitively; otherwise Info ignores the letter case.  With a
  670.      numeric argument of N, search for Nth occurrence of the string.
  671.      Negative arguments search backwards.
  672.  
  673. <?> (`search-backward', vi-like operation)
  674.      Read a string in the echo area and search backward through the
  675.      Info file for that string.  If the string includes upper-case
  676.      characters, the Info file is searched case-sensitively; otherwise
  677.      Info ignores the letter case.  With a numeric argument of N,
  678.      search for Nth occurrence of the string.  Negative arguments
  679.      search forward.
  680.  
  681. <S> (`search-case-sensitively'
  682.      Read a string in the echo area and search for it case-sensitively,
  683.      even if the string includes only lower-case letters.  With a
  684.      numeric argument of N, search for Nth occurrence of the string.
  685.      Negative arguments search backwards.
  686.  
  687. `C-x <n>' (`search-next')
  688. <n>, vi-like operation
  689.      Search for the same string used in the last search command, in the
  690.      same direction, and with the same case-sensitivity option.  With a
  691.      numeric argument of N, search for Nth next occurrence.
  692.  
  693. `C-x <N>' (`search-previous')
  694. <N>, vi-like operation
  695.      Search for the same string used in the last search command, and
  696.      with the same case-sensitivity option, but in the reverse
  697.      direction.  With a numeric argument of N, search for Nth previous
  698.      occurrence.
  699.  
  700. <C-s> (`isearch-forward')
  701.      Interactively search forward through the Info file for a string as
  702.      you type it.  If the string includes upper-case characters, the
  703.      search is case-sensitive; otherwise Info ignores the letter case.
  704.  
  705. <C-r> (`isearch-backward')
  706.      Interactively search backward through the Info file for a string as
  707.      you type it.  If the string includes upper-case characters, the
  708.      search is case-sensitive; otherwise Info ignores the letter case.
  709.  
  710. <i> (`index-search')
  711.      Look up a string in the indices for this Info file, and select a
  712.      node where the found index entry points to.
  713.  
  714. <,> (`next-index-match')
  715.      Move to the node containing the next matching index item from the
  716.      last `i' command.
  717.  
  718.    The most basic searching command is `s' or `/' (`search').  The `s'
  719. command prompts you for a string in the echo area, and then searches
  720. the remainder of the Info file for an occurrence of that string.  If
  721. the string is found, the node containing it is selected, and the cursor
  722. is left positioned at the start of the found string.  Subsequent `s'
  723. commands show you the default search string within `[' and `]';
  724. pressing <RET> instead of typing a new string will use the default
  725. search string.  Under `--vi-keys' (*note --vi-keys::), using the `n' or
  726. `N' commands is a faster way of searching for the same string.
  727.  
  728.    "Incremental searching" is similar to basic searching, but the
  729. string is looked up while you are typing it, instead of waiting until
  730. the entire search string has been specified.
  731.  
  732.    Both incremental and non-incremental search by default ignore the
  733. case of letters when comparing the Info file text with the search
  734. string.  However, an uppercase letter in the search string makes the
  735. search case-sensitive.  You can force a case-sensitive non-incremental
  736. search, even for a string that includes only lower-case letters, by
  737. using the `S' command (`search-case-sensitively').  The `n' and `N'
  738. commands operate case-sensitively if the last search command was `S'.
  739.  
  740. 
  741. File: info-stnd.info,  Node: Xref Commands,  Next: Window Commands,  Prev: Searching Commands,  Up: Top
  742.  
  743. Selecting Cross References
  744. **************************
  745.  
  746.    We have already discussed the `Next', `Prev', and `Up' pointers
  747. which appear at the top of a node.  In addition to these pointers, a
  748. node may contain other pointers which refer you to a different node,
  749. perhaps in another Info file.  Such pointers are called "cross
  750. references", or "xrefs" for short.
  751.  
  752. * Menu:
  753.  
  754. * Parts of an Xref::            What a cross reference is made of.
  755. * Selecting Xrefs::             Commands for selecting menu or note items.
  756.  
  757. 
  758. File: info-stnd.info,  Node: Parts of an Xref,  Next: Selecting Xrefs,  Up: Xref Commands
  759.  
  760. Parts of an Xref
  761. ================
  762.  
  763.    Cross references have two major parts: the first part is called the
  764. "label"; it is the name that you can use to refer to the cross
  765. reference, and the second is the "target"; it is the full name of the
  766. node that the cross reference points to.
  767.  
  768.    The target is separated from the label by a colon `:'; first the
  769. label appears, and then the target.  For example, in the sample menu
  770. cross reference below, the single colon separates the label from the
  771. target.
  772.  
  773.      * Foo Label: Foo Target.        More information about Foo.
  774.  
  775.    Note the `.' which ends the name of the target.  The `.' is not part
  776. of the target; it serves only to let Info know where the target name
  777. ends.
  778.  
  779.    A shorthand way of specifying references allows two adjacent colons
  780. to stand for a target name which is the same as the label name:
  781.  
  782.      * Foo Commands::                Commands pertaining to Foo.
  783.  
  784.    In the above example, the name of the target is the same as the name
  785. of the label, in this case `Foo Commands'.
  786.  
  787.    You will normally see two types of cross reference while viewing
  788. nodes: "menu" references, and "note" references.  Menu references
  789. appear within a node's menu; they begin with a `*' at the beginning of
  790. a line, and continue with a label, a target, and a comment which
  791. describes what the contents of the node pointed to contains.
  792.  
  793.    Note references appear within the body of the node text; they begin
  794. with `*Note', and continue with a label and a target.
  795.  
  796.    Like `Next', `Prev', and `Up' pointers, cross references can point
  797. to any valid node.  They are used to refer you to a place where more
  798. detailed information can be found on a particular subject.  Here is a
  799. cross reference which points to a node within the Texinfo
  800. documentation:  *Note Writing an Xref: (texinfo)xref, for more
  801. information on creating your own texinfo cross references.
  802.  
  803. 
  804. File: info-stnd.info,  Node: Selecting Xrefs,  Prev: Parts of an Xref,  Up: Xref Commands
  805.  
  806. Selecting Xrefs
  807. ===============
  808.  
  809.    The following table lists the Info commands which operate on menu
  810. items.
  811.  
  812. <1> (`menu-digit')
  813. <2> ... <9>
  814. <M-1>, vi-like operation
  815. <M-2> ... <M-9>, vi-like operation
  816.      Within an Info window, pressing a single digit, (such as `1'),
  817.      selects that menu item, and places its node in the current window.
  818.      For convenience, there is one exception; pressing `0' selects the
  819.      _last_ item in the node's menu.  When `--vi-keys' is in effect,
  820.      digits set the numeric argument, so these commands are remapped to
  821.      their `M-' varieties.  For example, to select the last menu item,
  822.      press <M-0>.
  823.  
  824. <0> (`last-menu-item')
  825. <M-0>, vi-like operation
  826.      Select the last item in the current node's menu.
  827.  
  828. <m> (`menu-item')
  829.      Reads the name of a menu item in the echo area and selects its
  830.      node.  Completion is available while reading the menu label.
  831.      *Note completion: The Echo Area.
  832.  
  833. `M-x find-menu'
  834.      Move the cursor to the start of this node's menu.
  835.  
  836.    This table lists the Info commands which operate on cross references.
  837.  
  838. <f> (`xref-item')
  839. <r>
  840.  
  841. <M-f>, vi-like operation
  842. `C-x <r>', vi-like operation
  843.      Reads the name of a note cross reference in the echo area and
  844.      selects its node.  Completion is available while reading the cross
  845.      reference label.  *Note completion: The Echo Area.
  846.  
  847.    Finally, the next few commands operate on menu or note references
  848. alike:
  849.  
  850. <TAB> (`move-to-next-xref')
  851.      Move the cursor to the start of the next nearest menu item or note
  852.      reference in this node.  You can then use <RET>
  853.      (`select-reference-this-line') to select the menu or note
  854.      reference.
  855.  
  856. <M-TAB> (`move-to-prev-xref')
  857. <Shift-<TAB>> (on DOS/Windows only)
  858.      Move the cursor the start of the nearest previous menu item or note
  859.      reference in this node.
  860.  
  861.      On DOS/Windows only, the `Shift-<TAB>' key is an alias for
  862.      `M-<TAB>'.  This key is sometimes called `BackTab'.
  863.  
  864. <RET> (`select-reference-this-line')
  865. <M-g>, vi-like operation
  866.      Select the menu item or note reference appearing on this line.
  867.  
  868. 
  869. File: info-stnd.info,  Node: Window Commands,  Next: Printing Nodes,  Prev: Xref Commands,  Up: Top
  870.  
  871. Manipulating Multiple Windows
  872. *****************************
  873.  
  874.    A "window" is a place to show the text of a node.  Windows have a
  875. view area where the text of the node is displayed, and an associated
  876. "mode line", which briefly describes the node being viewed.
  877.  
  878.    GNU Info supports multiple windows appearing in a single screen; each
  879. window is separated from the next by its modeline.  At any time, there
  880. is only one "active" window, that is, the window in which the cursor
  881. appears.  There are commands available for creating windows, changing
  882. the size of windows, selecting which window is active, and for deleting
  883. windows.
  884.  
  885. * Menu:
  886.  
  887. * The Mode Line::               What appears in the mode line?
  888. * Basic Windows::               Manipulating windows in Info.
  889. * The Echo Area::               Used for displaying errors and reading input.
  890.  
  891. 
  892. File: info-stnd.info,  Node: The Mode Line,  Next: Basic Windows,  Up: Window Commands
  893.  
  894. The Mode Line
  895. =============
  896.  
  897.    A "mode line" is a line of inverse video which appears at the bottom
  898. of an Info window.  It describes the contents of the window just above
  899. it; this information includes the name of the file and node appearing in
  900. that window, the number of screen lines it takes to display the node,
  901. and the percentage of text that is above the top of the window.  It can
  902. also tell you if the indirect tags table for this Info file needs to be
  903. updated, and whether or not the Info file was compressed when stored on
  904. disk.
  905.  
  906.    Here is a sample mode line for a window containing an uncompressed
  907. file named `dir', showing the node `Top'.
  908.  
  909.      -----Info: (dir)Top, 40 lines --Top-------------------------------------
  910.                  ^^   ^   ^^^        ^^
  911.                (file)Node #lines    where
  912.  
  913.    When a node comes from a file which is compressed on disk, this is
  914. indicated in the mode line with two small `z''s.  In addition, if the
  915. Info file containing the node has been split into subfiles, the name of
  916. the subfile containing the node appears in the modeline as well:
  917.  
  918.      --zz-Info: (emacs)Top, 291 lines --Top-- Subfile: emacs-1.Z-------------
  919.  
  920.    Truncation of long lines (as opposed to wrapping them to the next
  921. display line, *note toggle-wrap: Scrolling Commands.) is indicated by a
  922. `$' at the left edge of the mode line:
  923.  
  924.      --$--Info: (texinfo)Top, 480 lines --Top-- Subfile: texinfo-1-----------
  925.  
  926.    When Info makes a node internally, such that there is no
  927. corresponding info file on disk, the name of the node is surrounded by
  928. asterisks (`*').  The name itself tells you what the contents of the
  929. window are; the sample mode line below shows an internally constructed
  930. node showing possible completions:
  931.  
  932.      -----Info: *Completions*, 7 lines --All---------------------------------
  933.  
  934. 
  935. File: info-stnd.info,  Node: Basic Windows,  Next: The Echo Area,  Prev: The Mode Line,  Up: Window Commands
  936.  
  937. Window Commands
  938. ===============
  939.  
  940.    It can be convenient to view more than one node at a time.  To allow
  941. this, Info can display more than one "window".  Each window has its own
  942. mode line (*note The Mode Line::) and history of nodes viewed in that
  943. window (*note `history-node': Node Commands.).
  944.  
  945. `C-x <o>' (`next-window')
  946.      Select the next window on the screen.  Note that the echo area can
  947.      only be selected if it is already in use, and you have left it
  948.      temporarily.  Normally, `C-x o' simply moves the cursor into the
  949.      next window on the screen, or if you are already within the last
  950.      window, into the first window on the screen.  Given a numeric
  951.      argument, `C-x o' moves over that many windows.  A negative
  952.      argument causes `C-x o' to select the previous window on the
  953.      screen.
  954.  
  955. `M-x prev-window'
  956.      Select the previous window on the screen.  This is identical to
  957.      `C-x o' with a negative argument.
  958.  
  959. `C-x <2>' (`split-window')
  960.      Split the current window into two windows, both showing the same
  961.      node.  Each window is one half the size of the original window,
  962.      and the cursor remains in the original window.  The variable
  963.      `automatic-tiling' can cause all of the windows on the screen to
  964.      be resized for you automatically, please *note automatic-tiling:
  965.      Variables. for more information.
  966.  
  967. `C-x <0>' (`delete-window')
  968.      Delete the current window from the screen.  If you have made too
  969.      many windows and your screen appears cluttered, this is the way to
  970.      get rid of some of them.
  971.  
  972. `C-x <1>' (`keep-one-window')
  973.      Delete all of the windows excepting the current one.
  974.  
  975. `ESC <C-v>' (`scroll-other-window')
  976.      Scroll the other window, in the same fashion that `C-v' might
  977.      scroll the current window.  Given a negative argument, scroll the
  978.      "other" window backward.
  979.  
  980. `C-x <^>' (`grow-window')
  981.      Grow (or shrink) the current window.  Given a numeric argument,
  982.      grow the current window that many lines; with a negative numeric
  983.      argument, shrink the window instead.
  984.  
  985. `C-x <t>' (`tile-windows')
  986.      Divide the available screen space among all of the visible windows.
  987.      Each window is given an equal portion of the screen in which to
  988.      display its contents.  The variable `automatic-tiling' can cause
  989.      `tile-windows' to be called when a window is created or deleted.
  990.      *Note `automatic-tiling': Variables.
  991.  
  992. 
  993. File: info-stnd.info,  Node: The Echo Area,  Prev: Basic Windows,  Up: Window Commands
  994.  
  995. The Echo Area
  996. =============
  997.  
  998.    The "echo area" is a one line window which appears at the bottom of
  999. the screen.  It is used to display informative or error messages, and to
  1000. read lines of input from you when that is necessary.  Almost all of the
  1001. commands available in the echo area are identical to their Emacs
  1002. counterparts, so please refer to that documentation for greater depth of
  1003. discussion on the concepts of editing a line of text.  The following
  1004. table briefly lists the commands that are available while input is being
  1005. read in the echo area:
  1006.  
  1007. <C-f> (`echo-area-forward')
  1008. <RIGHT> (an arrow key)
  1009. <M-h>, vi-like operation
  1010.      Move forward a character.
  1011.  
  1012. <C-b> (`echo-area-backward')
  1013. <LEFT> (an arrow key)
  1014. <M-l>, vi-like operation
  1015.      Move backward a character.
  1016.  
  1017. <C-a> (`echo-area-beg-of-line')
  1018. <M-0>, vi-like operation
  1019.      Move to the start of the input line.
  1020.  
  1021. <C-e> (`echo-area-end-of-line')
  1022. <M-$>, vi-like operation
  1023.      Move to the end of the input line.
  1024.  
  1025. <M-f> (`echo-area-forward-word')
  1026. <C-<RIGHT>> (DOS/Windows only)
  1027. <M-w>, vi-like operation
  1028.      Move forward a word.
  1029.  
  1030.      On DOS/Windows, `C-<RIGHT>' moves forward by words.
  1031.  
  1032. <M-b> (`echo-area-backward-word')
  1033. <C-<LEFT>> (DOS/Windows only)
  1034.      Move backward a word.
  1035.  
  1036.      On DOS/Windows, `C-<LEFT>' moves backward by words.
  1037.  
  1038. <C-d> (`echo-area-delete')
  1039. <M-x>, vi-like operation
  1040.      Delete the character under the cursor.
  1041.  
  1042. <DEL> (`echo-area-rubout')
  1043.      Delete the character behind the cursor.
  1044.  
  1045.      On some keyboards, this key is designated <BS>, for `BackSpace'.
  1046.      Those keyboards will usually bind <DEL> in the echo area to
  1047.      `echo-area-delete'.
  1048.  
  1049. <C-g> (`echo-area-abort')
  1050. <C-u>, vi-like operation
  1051.      Cancel or quit the current operation.  If completion is being
  1052.      read, this command discards the text of the input line which does
  1053.      not match any completion.  If the input line is empty, it aborts
  1054.      the calling function.
  1055.  
  1056. <RET> (`echo-area-newline')
  1057.      Accept (or forces completion of) the current input line.
  1058.  
  1059. <C-q> (`echo-area-quoted-insert')
  1060. <C-v>, vi-like operation
  1061.      Insert the next character verbatim.  This is how you can insert
  1062.      control characters into a search string, for example, or the `?'
  1063.      character when Info prompts with completion.
  1064.  
  1065. PRINTING CHARACTER (`echo-area-insert')
  1066.      Insert the character.  Characters that have their 8th bit set, and
  1067.      not bound to `M-' commands, are also inserted verbatim; this is
  1068.      useful for terminals which support Latin scripts.
  1069.  
  1070. <M-TAB> (`echo-area-tab-insert')
  1071. <Shift-<TAB>> (on DOS/Windows only)
  1072.      Insert a TAB character.
  1073.  
  1074.      On DOS/Windows only, the `Shift-<TAB>' key is an alias for
  1075.      `M-<TAB>'.  This key is sometimes called `BackTab'.
  1076.  
  1077. <C-t> (`echo-area-transpose-chars')
  1078.      Transpose the characters at the cursor.
  1079.  
  1080.    The next group of commands deal with "killing", and "yanking"
  1081. text(1).   For an in depth discussion of killing and yanking, *note
  1082. Killing and Deleting: (emacs)Killing.
  1083.  
  1084. <M-d> (`echo-area-kill-word')
  1085. <M-X>, vi-like operation
  1086.      Kill the word following the cursor.
  1087.  
  1088. <M-DEL> (`echo-area-backward-kill-word')
  1089. <M-<BS>>
  1090.      Kill the word preceding the cursor.
  1091.  
  1092.      On some keyboards, the `Backspace' key is used instead of `DEL',
  1093.      so `M-<Backspace>' has the same effect as `M-<DEL>'.
  1094.  
  1095. <C-k> (`echo-area-kill-line')
  1096.      Kill the text from the cursor to the end of the line.
  1097.  
  1098. `C-x <DEL>' (`echo-area-backward-kill-line')
  1099.      Kill the text from the cursor to the beginning of the line.
  1100.  
  1101. <C-y> (`echo-area-yank')
  1102.      Yank back the contents of the last kill.
  1103.  
  1104. <M-y> (`echo-area-yank-pop')
  1105.      Yank back a previous kill, removing the last yanked text first.
  1106.  
  1107.    Sometimes when reading input in the echo area, the command that
  1108. needed input will only accept one of a list of several choices.  The
  1109. choices represent the "possible completions", and you must respond with
  1110. one of them.  Since there are a limited number of responses you can
  1111. make, Info allows you to abbreviate what you type, only typing as much
  1112. of the response as is necessary to uniquely identify it.  In addition,
  1113. you can request Info to fill in as much of the response as is possible;
  1114. this is called "completion".
  1115.  
  1116.    The following commands are available when completing in the echo
  1117. area:
  1118.  
  1119. <TAB> (`echo-area-complete')
  1120. <SPC>
  1121.      Insert as much of a completion as is possible.
  1122.  
  1123. <?> (`echo-area-possible-completions')
  1124.      Display a window containing a list of the possible completions of
  1125.      what you have typed so far.  For example, if the available choices
  1126.      are:
  1127.  
  1128.           bar
  1129.           foliate
  1130.           food
  1131.           forget
  1132.  
  1133.      and you have typed an `f', followed by `?', Info will pop up a
  1134.      window showing a node called `*Completions*' which lists the
  1135.      possible completions like this:
  1136.  
  1137.           3 completions:
  1138.           foliate         food
  1139.           forget
  1140.  
  1141.      i.e., all of the choices which begin with `f'.  Pressing <SPC> or
  1142.      <TAB> would result in `fo' appearing in the echo area, since all
  1143.      of the choices which begin with `f' continue with `o'.  Now,
  1144.      typing `l' followed by `TAB' results in `foliate' appearing in the
  1145.      echo area, since that is the only choice which begins with `fol'.
  1146.  
  1147. <ESC C-v> (`echo-area-scroll-completions-window')
  1148.      Scroll the completions window, if that is visible, or the "other"
  1149.      window if not.
  1150.  
  1151.    ---------- Footnotes ----------
  1152.  
  1153.    (1) Some people are used to calling these operations "cut" and
  1154. "paste", respectively.
  1155.  
  1156. 
  1157. File: info-stnd.info,  Node: Printing Nodes,  Next: Miscellaneous Commands,  Prev: Window Commands,  Up: Top
  1158.  
  1159. Printing Out Nodes
  1160. ******************
  1161.  
  1162.    In general, we recommend that you use TeX to format the document and
  1163. print sections of it, by running `tex' on the Texinfo source file.
  1164. However, you may wish to print out the contents of a node as a quick
  1165. reference document for later use, or if you don't have TeX installed.
  1166. Info provides you with a command for doing this.
  1167.  
  1168. `M-x print-node'
  1169.      Pipe the contents of the current node through the command in the
  1170.      environment variable `INFO_PRINT_COMMAND'.  If the variable does
  1171.      not exist, the node is simply piped to `lpr' (on DOS/Windows, the
  1172.      default is to print the node to the local printer device, `PRN').
  1173.  
  1174.      The value of `INFO_PRINT_COMMAND' may begin with the `>'
  1175.      character, as in `>/dev/printer', in which case Info treats the
  1176.      rest as the name of a file or a device.  Instead of piping to a
  1177.      command, Info opens the file, writes the node contents, and closes
  1178.      the file, under the assumption that text written to that file will
  1179.      be printed by the underlying OS.
  1180.  
  1181.